1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmKho_MvtMsp
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label1 = new System.Windows.Forms.Label();
32             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
33             
this.label2 = new System.Windows.Forms.Label();
34             
this.label3 = new System.Windows.Forms.Label();
35             
this.label4 = new System.Windows.Forms.Label();
36             
this.txtMaVietTat = new System.Windows.Forms.TextBox();
37             
this.txtSoLuongThayDoi = new System.Windows.Forms.TextBox();
38             
this.btnThucHien = new System.Windows.Forms.Button();
39             
this.label5 = new System.Windows.Forms.Label();
40             
this.txtSoLuongTrongKho = new System.Windows.Forms.TextBox();
41             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
42             
this.SuspendLayout();
43             
//
44             
// label1
45             
//
46             
this.label1.AutoSize = true;
47             
this.label1.Location = new System.Drawing.Point(25, 34);
48             
this.label1.Name = "label1";
49             
this.label1.Size = new System.Drawing.Size(102, 18);
50             
this.label1.TabIndex = 0;
51             
this.label1.Text = "Tên sản phẩm";
52             
//
53             
// txtMaSanPham
54             
//
55             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
56             
this.txtMaSanPham.Location = new System.Drawing.Point(205, 82);
57             
this.txtMaSanPham.Name = "txtMaSanPham";
58             
this.txtMaSanPham.Size = new System.Drawing.Size(361, 26);
59             
this.txtMaSanPham.TabIndex = 1;
60             
//
61             
// label2
62             
//
63             
this.label2.AutoSize = true;
64             
this.label2.Location = new System.Drawing.Point(25, 90);
65             
this.label2.Name = "label2";
66             
this.label2.Size = new System.Drawing.Size(98, 18);
67             
this.label2.TabIndex = 2;
68             
this.label2.Text = "Mã sản phẩm";
69             
//
70             
// label3
71             
//
72             
this.label3.AutoSize = true;
73             
this.label3.Location = new System.Drawing.Point(25, 134);
74             
this.label3.Name = "label3";
75             
this.label3.Size = new System.Drawing.Size(75, 18);
76             
this.label3.TabIndex = 3;
77             
this.label3.Text = "Mã viết tắt";
78             
//
79             
// label4
80             
//
81             
this.label4.AutoSize = true;
82             
this.label4.Location = new System.Drawing.Point(25, 178);
83             
this.label4.Name = "label4";
84             
this.label4.Size = new System.Drawing.Size(178, 18);
85             
this.label4.TabIndex = 4;
86             
this.label4.Text = "Tổng sản phẩm trong kho";
87             
//
88             
// txtMaVietTat
89             
//
90             
this.txtMaVietTat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.txtMaVietTat.Location = new System.Drawing.Point(205, 126);
92             
this.txtMaVietTat.Name = "txtMaVietTat";
93             
this.txtMaVietTat.Size = new System.Drawing.Size(361, 26);
94             
this.txtMaVietTat.TabIndex = 5;
95             
//
96             
// txtSoLuongThayDoi
97             
//
98             
this.txtSoLuongThayDoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99             
this.txtSoLuongThayDoi.Location = new System.Drawing.Point(205, 220);
100             
this.txtSoLuongThayDoi.Name = "txtSoLuongThayDoi";
101             
this.txtSoLuongThayDoi.Size = new System.Drawing.Size(185, 26);
102             
this.txtSoLuongThayDoi.TabIndex = 6;
103             
//
104             
// btnThucHien
105             
//
106             
this.btnThucHien.Location = new System.Drawing.Point(413, 220);
107             
this.btnThucHien.Name = "btnThucHien";
108             
this.btnThucHien.Size = new System.Drawing.Size(153, 67);
109             
this.btnThucHien.TabIndex = 7;
110             
this.btnThucHien.Text = "Thực hiện";
111             
this.btnThucHien.UseVisualStyleBackColor = true;
112             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
113             
//
114             
// label5
115             
//
116             
this.label5.AutoSize = true;
117             
this.label5.Location = new System.Drawing.Point(25, 228);
118             
this.label5.Name = "label5";
119             
this.label5.Size = new System.Drawing.Size(166, 18);
120             
this.label5.TabIndex = 8;
121             
this.label5.Text = "Tổng sản phẩm thay đổi";
122             
//
123             
// txtSoLuongTrongKho
124             
//
125             
this.txtSoLuongTrongKho.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.txtSoLuongTrongKho.Location = new System.Drawing.Point(205, 173);
127             
this.txtSoLuongTrongKho.Name = "txtSoLuongTrongKho";
128             
this.txtSoLuongTrongKho.ReadOnly = true;
129             
this.txtSoLuongTrongKho.Size = new System.Drawing.Size(361, 26);
130             
this.txtSoLuongTrongKho.TabIndex = 9;
131             
//
132             
// txtTenSanPham
133             
//
134             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
135             
this.txtTenSanPham.Location = new System.Drawing.Point(205, 26);
136             
this.txtTenSanPham.Name = "txtTenSanPham";
137             
this.txtTenSanPham.Size = new System.Drawing.Size(361, 26);
138             
this.txtTenSanPham.TabIndex = 10;
139             
//
140             
// frmKho_MvtMsp
141             
//
142             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
143             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144             
this.ClientSize = new System.Drawing.Size(676, 365);
145             
this.Controls.Add(this.txtTenSanPham);
146             
this.Controls.Add(this.txtSoLuongTrongKho);
147             
this.Controls.Add(this.label5);
148             
this.Controls.Add(this.btnThucHien);
149             
this.Controls.Add(this.txtSoLuongThayDoi);
150             
this.Controls.Add(this.txtMaVietTat);
151             
this.Controls.Add(this.label4);
152             
this.Controls.Add(this.label3);
153             
this.Controls.Add(this.label2);
154             
this.Controls.Add(this.txtMaSanPham);
155             
this.Controls.Add(this.label1);
156             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
157             
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
158             
this.Name = "frmKho_MvtMsp";
159             
this.Text = "frmKho_MvtMsp";
160             
this.Load += new System.EventHandler(this.frmKho_MvtMsp_Load);
161             
this.ResumeLayout(false);
162             
this.PerformLayout();
163
164         }
165
166         
#endregion
167
168         
private System.Windows.Forms.Label label1;
169         
private System.Windows.Forms.TextBox txtMaSanPham;
170         
private System.Windows.Forms.Label label2;
171         
private System.Windows.Forms.Label label3;
172         
private System.Windows.Forms.Label label4;
173         
private System.Windows.Forms.TextBox txtMaVietTat;
174         
private System.Windows.Forms.TextBox txtSoLuongThayDoi;
175         
private System.Windows.Forms.Button btnThucHien;
176         
private System.Windows.Forms.Label label5;
177         
private System.Windows.Forms.TextBox txtSoLuongTrongKho;
178         
private System.Windows.Forms.TextBox txtTenSanPham;
179     }
180 }


Gõ tìm kiếm nhanh...